Inserts a sheet at the position specified.
Syntax
InsertComponent(
newSheet As IAcSmComponent,
beforeComp As IAcSmComponent) As Object
| newSheet |
Input IAcSmComponent to
be inserted
|
| beforeComp |
Input location of the new sheet, or null to insert the
sheet at the end of the subset
|